operator (.ne.) Interface

public interface operator (.ne.)

Calls

interface~~operator (.ne.)~~CallsGraph interface~operator (.ne.) operator (.ne.) proc~ne_dd ne_dd interface~operator (.ne.)->proc~ne_dd proc~ne_di ne_di interface~operator (.ne.)->proc~ne_di proc~ne_dr ne_dr interface~operator (.ne.)->proc~ne_dr proc~ne_id ne_id interface~operator (.ne.)->proc~ne_id proc~ne_rd ne_rd interface~operator (.ne.)->proc~ne_rd

Module Procedures

public function ne_dd(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical

public function ne_dr(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
real(kind=pr), intent(in) :: rhs

Return Value logical

public function ne_rd(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
real(kind=pr), intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical

public function ne_di(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
integer, intent(in) :: rhs

Return Value logical

public function ne_id(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical